home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
system
/
backup
/
kbackup-.000
/
KBackup-1.2.7.tar
/
KBackup
/
src
/
paths
< prev
next >
Wrap
Text File
|
1996-02-12
|
786b
|
32 lines
#
# /home/kbackup/.CVSROOT/KBackup/src/paths,v 1.11 1996/02/12 22:22:07 kbackup Exp
#
# This file is Copyright (C) 1995 by Karsten Ballⁿder
# Karsten.Ballueder@stud.uni-karlsruhe.de
#
# It is part of the KBackup package, see the file COPYING for details.
#
#
# These are the names of important programs used by KBackup.
# If KBackup cannot find them, you can specify their absolute
# paths, e.g. TAR=/usr/gnu/bin/gtar
#
DIALOG=dialog
SED=sed
AFIO=afio
TAR=gtar # this MUST be GNU tar!
DD=dd
GREP=grep
FGREP=fgrep
# on Linux: gtar is called tar
help="`uname`"
if [ "$help" = "Linux" ] ; then TAR=tar; fi
#
# default directories as recommended by installation program:
#
progdir=/bin
srcdir=/etc/KBackup
kbackdir=/var/adm/KBackup
datadir=/var/adm/KBackup/Data
docdir=/usr/doc/KBackup